getBinder

@Nullable
open fun getBinder(@NonNull bundle: @NonNull Bundle, @Nullable key: @Nullable String): @Nullable IBinder(source)

Deprecated

Call getBinder directly.

A convenience method to handle getting an IBinder inside a Bundle for all Android versions.

Return

The IBinder that was obtained.

Parameters

bundle

The bundle to get the IBinder.

key

The key to use while getting the IBinder.